(Fexecute_extended_command): Mention the argument PREFIXARG in the doc string.
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2006 15:48:57 +0000 (15:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2006 15:48:57 +0000 (15:48 +0000)
src/keyboard.c

index 30b06ef38fcc9e0b2ad878418eaa0415ee42007d..07388428451ed53dc3b98a1268a2bf2a22b29ad9 100644 (file)
@@ -9768,7 +9768,13 @@ a special event, so ignore the prefix argument and don't clear it.  */)
 \f
 DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_command,
        1, 1, "P",
-       doc: /* Read function name, then read its arguments and call it.  */)
+       doc: /* Read function name, then read its arguments and call it.
+
+To pass a numeric argument to the command you are invoking with, specify
+the numeric argument to this command.
+
+Noninteractively, the argument PREFIXARG is the prefix argument to
+give to the command you invoke, if it asks for an argument.  */)
      (prefixarg)
      Lisp_Object prefixarg;
 {